c# return propertty from each object in object lpist

85

c# return propertty from each object in object lpist -

List<string> properties = objectList.Select(o => o.StringProperty).ToList();

Comments

Submit
0 Comments